Objects Types and Constants Properties Methods Object Hierarchy Index

Parameter Property

Description:

Returns the text parameter of the object, as a string.

Syntax:

C++:
#include "imsigx.h"

HRESULT hr = pObject->get_Parameter(&prop1);
HRESULT hr = pObject->put_Parameter(prop2);

Visual Basic:
prop1 = object.Parameter
object.Parameter = prop2

/r/n

Parts:

prop1

BSTR

[out][retval]

The text parameter of the object.

prop2

BSTR

[in]

The text parameter of the object.

Defined in:

CommandBarControl


Objects Types and Constants Properties Methods Object Hierarchy Index

SDK Top API Reference TurboCAD Home Page TurboCAD Programming Forums